home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.9"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 0, 154, 93, 0, 0, 0, 100, 0
- .StoreColor 5, 91, 206, 98, 0, 0, 0, 100, 30
- .StoreColor 5, 143, 255, 154, 0, 0, 0, 100, 65
- .StoreColor 5, 207, 255, 213, 0, 0, 0, 100, 87
- .StoreColor 5, 255, 255, 255, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, -23, 17, 0, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-